toc — Read timer
toc
measures the time that has elapsed since the last call to the
tic
function. It returns a scalar containing the time difference, measured in seconds. If
tic
has not previously been called, an error will occur.
Subsections
Example